gdk/gdkvulkancontext.c: Avoid VLAs
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Dec 2016 14:34:04 +0000 (22:34 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 29 Dec 2016 09:51:56 +0000 (17:51 +0800)
commit9db5cc9a98728fd5e8425dead1f4e6290392423a
tree4532e04be152535e1f00d5cc7ce6ab46743470bd
parentc4244ea10408d5a4b6e8c0b4894d71863362559a
gdk/gdkvulkancontext.c: Avoid VLAs

During the drive to enable Vulkan context creation on Windows, some more
VLAs were found here.  Replace them with g_newa().

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gdk/gdkvulkancontext.c